home *** CD-ROM | disk | FTP | other *** search
- IPXFARGC(3F) Last changed: 1-6-98
-
-
- NNAAMMEE
- IIPPXXFFAARRGGCC - Returns the number of command-line arguments excluding the
- command name
-
- SSYYNNOOPPSSIISS
- IINNTTEEGGEERR FFUUNNCCTTIIOONN IIPPXXFFAARRGGCC(())
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when you compile programs with the MIPSpro 7 Fortran 90
- compiler or when compiling programs with the --ccrraayylliibbss option to the
- MIPSpro 7.2 F77 compiler.
-
- The IIPPXXFFAARRGGCC function returns the number of command-line arguments in
- the command used to invoke the executing program. The command name is
- not included in the number returned. A return value of 0 indicates
- that there are no command-line arguments other than the command name
- itself.
-
- SSEEEE AALLSSOO
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
- 2165, for the printed version of this man page.
-
-